Skip to content

[AMD] dsv4-fp4-mi355x-sglang: switch fixed-seq-len search space to TP4#1768

Merged
seungrokj merged 10 commits into
mainfrom
amd/dsv4_sgl_0616
Jun 16, 2026
Merged

[AMD] dsv4-fp4-mi355x-sglang: switch fixed-seq-len search space to TP4#1768
seungrokj merged 10 commits into
mainfrom
amd/dsv4_sgl_0616

Conversation

@seungrokj

@seungrokj seungrokj commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Switch dsv4-fp4-mi355x-sglang fixed-seq-len search space from TP8 to TP4 for both isl=1024 and isl=8192 scenarios
  • Expand isl=8192 coverage: add TP4 dp-attn sweep (conc 32–2048) alongside TP4 TP-only sweep (conc 1–32)
  • Update perf-changelog.yaml with change description

Test plan

  • Verify dsv4-fp4-mi355x-sglang fixed-seq-len CI jobs launch with TP4 configs
  • Confirm isl=8192 dp-attn and TP-only rows both appear in sweep results

🤖 Generated with Claude Code


Note

Low Risk
YAML-only benchmark matrix changes; no serving or application code paths are modified, though CI will run different TP/concurrency combinations on MI355X.

Overview
Updates dsv4-fp4-mi355x-sglang in .github/configs/amd-master.yaml so fixed-seq-len jobs emphasize TP4 alongside the existing TP8 + dp-attn high-concurrency row for both isl=1024 and isl=8192.

For each scenario, the former TP8, dp-attn=false sweep (conc 1–32) is replaced by TP4 rows: dp-attn=true (conc 16–128) and dp-attn=false (conc 1–32). The TP8, dp-attn=true sweep (conc 64–2048) is unchanged.

Adds a perf-changelog.yaml entry for dsv4-fp4-mi355x-sglang describing the TP4 search-space shift and expanded isl=8192 coverage.

Reviewed by Cursor Bugbot for commit b519ea6. Bugbot is set up for automated code reviews on this repo. Configure here.

seungrokj and others added 3 commits June 15, 2026 11:35
…ter yaml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…able isl=1024 and expand isl=8192

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… space update

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook

If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you

PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass. A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow

As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers.

If additional help is needed, PR authors can reach out to core maintainers over Slack.

@seungrokj seungrokj added the AMD label Jun 15, 2026

@functionstackx functionstackx left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seungrokj can u try looking into sgl mtp too? would switching it help? +viz @1am9trash

Comment thread .github/configs/amd-master.yaml Outdated
…dp-attn conc=512 point

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Comment thread .github/configs/amd-master.yaml Outdated
seungrokj and others added 4 commits June 15, 2026 13:34
…oint for dsv4-fp4-mi355x-sglang

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n and TP4 TP-only rows for isl=1024 and isl=8192

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

@seungrokj

Copy link
Copy Markdown
Collaborator Author

@functionstackx @cquil11 can you plz approve this ?

@billishyahao billishyahao left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seungrokj

Copy link
Copy Markdown
Collaborator Author

/reuse-sweep-run

@seungrokj

Copy link
Copy Markdown
Collaborator Author

/merge-prs

@Oseltamivir Oseltamivir left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@seungrokj seungrokj merged commit 12fa1d2 into main Jun 16, 2026
25 checks passed
@seungrokj seungrokj deleted the amd/dsv4_sgl_0616 branch June 16, 2026 01:57

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b519ea6. Configure here.

search-space:
- { tp: 8, dp-attn: true, conc-start: 64, conc-end: 2048 }
- { tp: 8, dp-attn: false, conc-start: 1 , conc-end: 32 }
- { tp: 4, dp-attn: true, conc-start: 16, conc-end: 128 }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TP4 dp-attn conc mismatch

Medium Severity

The new TP4 dp-attn: true fixed-seq-len rows use conc-start 16 and conc-end 128, but the same PR’s perf-changelog.yaml entry documents that sweep as concurrency 32–2048. The CI sweep will not cover the high-concurrency TP4 dp-attn range the changelog and PR describe.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b519ea6. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

4 participants